projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cf8c58
)
Use browse-url directly.
author
Per Abrahamsen
<abraham@dina.kvl.dk>
Wed, 4 Mar 1998 10:48:19 +0000
(10:48 +0000)
committer
Per Abrahamsen
<abraham@dina.kvl.dk>
Wed, 4 Mar 1998 10:48:19 +0000
(10:48 +0000)
lisp/wid-edit.el
patch
|
blob
|
history
diff --git
a/lisp/wid-edit.el
b/lisp/wid-edit.el
index e2d1a7cdf03178e0e6f60f2d27b4c1328c85f955..34930699b20384d0419bb994001cb5645ab75f78 100644
(file)
--- a/
lisp/wid-edit.el
+++ b/
lisp/wid-edit.el
@@
-1765,8
+1765,7
@@
If END is omitted, it defaults to the length of LIST."
(defun widget-url-link-action (widget &optional event)
"Open the url specified by WIDGET."
- (require 'browse-url)
- (funcall browse-url-browser-function (widget-value widget)))
+ (browse-url (widget-value widget)))
;;; The `function-link' Widget.